type runtime.timespec

6 uses

	runtime (current package)
		defs_linux_amd64.go#L98: type timespec struct {
		defs_linux_amd64.go#L104: func (ts *timespec) setNsec(ns int64) {
		defs_linux_amd64.go#L141: 	it_interval timespec
		defs_linux_amd64.go#L142: 	it_value    timespec
		os_linux.go#L77: 	var ts timespec
		os_linux64.go#L16: func futex(addr unsafe.Pointer, op int32, val uint32, ts *timespec, addr2 unsafe.Pointer, val3 uint32) int32